home *** CD-ROM | disk | FTP | other *** search
- ; Well, this is my startup-sequence with all the commands taken out :)
-
- Echo "This is what my startup looks like. Yours could look the same."
- Wait 2
-
- Run >NIL: Bin/BootBar BG=ExampleGfx/AmigaBoot.iff X=242 Y=159 W=188 H=6 PEN=30 HILIT=31 SHADE=29 NOCLEAR
- Resident Bin/SetBar
- Resident Bin/BootIcon
-
- SetBar 0
- BootIcon ExampleGfx/Boot.iff X=66 Y=207
-
- Wait 1
-
- SetBar 5
- BootIcon ExampleGfx/Dollar.iff X=118 Y=207
-
- Wait 4
-
- SetBar 35
- BootIcon ExampleGfx/BandAid.iff X=170 Y=207
-
- Wait 1
-
- SetBar 40
-
- Wait 1
-
- SetBar 45
- BootIcon ExampleGfx/Relocate.iff X=222 Y=207
-
- Wait 1
-
- SetBar 50
- BootIcon ExampleGfx/WhichContact.iff X=274 Y=207
-
- Wait 1
-
- SetBar 55
- BootIcon ExampleGfx/Monitor.iff X=326 Y=207
-
- Wait 1
-
- SetBar 60
- BootIcon ExampleGfx/Flag.iff X=378 Y=207
-
- Wait 1
-
- SetBar 65
- BootIcon ExampleGfx/3D.iff X=430 Y=207
-
- Wait 1
-
- SetBar 70
- BootIcon ExampleGfx/Prefs.iff X=482 Y=207
-
- Wait 3
-
- SetBar 75
-
- Wait 1
-
- SetBar 80
-
- Wait 5
-
- SetBar 95
-
- Wait 1
-
- SetBar 100
- BootIcon ExampleGfx/ClickDisk.iff X=534 Y=207
-
- Wait 2
-
- Resident SetBar REMOVE
- Resident BootIcon REMOVE
- Work:Prog/E/Src/BootBar/BootBar QUIT
-
- Echo ""
- Echo "Neat, huh?"
- Wait 3
-